runtime.traceBufHeader.stk (field)
6 uses
runtime (current package)
trace.go#L234: stk [traceStackSize]uintptr // scratch buffer for traceback
trace.go#L834: buf.varint(traceStackID(mp, buf.stk[:], skip))
trace.go#L941: buf.stk[0] = logicalStackSentinel
trace.go#L942: for ; nstk < len(buf.stk) && nstk-1 < len(stk); nstk++ {
trace.go#L943: buf.stk[nstk] = uintptr(stk[nstk-1])
trace.go#L945: stackID := trace.stackTab.put(buf.stk[:nstk])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |